home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / C / CPoint2.1.cpt / CPoint2.1 / CP 2.1 Late Breaking News < prev    next >
Text File  |  1992-10-03  |  9KB  |  200 lines

  1.             COUNTERPoint 2.1  OCT 3 1992
  2.  
  3.             I did a full update point to 2.1, since there has been 
  4.             so many additions to CP since the original 2.0 release.
  5.  
  6.     9-28-92 Fixed Export Time on messages.  Now Exports the creation Time
  7.             not the Export Time.
  8.  
  9.  
  10.     9-26-92 Added STR 812 This is a custom Type and Creator for TEXT files.  
  11.             TTTTCCCC  Example: TEXTCPNT
  12.  
  13.             Added STR 813 This will force CP to Quote using Right 
  14.             Symbols only during a quote Also, Command Key during a <<<----
  15.             quote will force the Right Symbols for the quote.
  16.  
  17.             Improved Memory Management able to free up an additional
  18.             89k of memory...
  19.  
  20.  
  21.  
  22.  
  23.            COUNTERPoint 2.0.2  SEPT 25 1992
  24.  
  25.    9-25-92 Added STR 811 AutoSort Style 0-4
  26.               Updated Internal Memory Management again.  You now have an 
  27.            additional 13k of application memory available.
  28.  
  29.            Fixed Sorting would not sort areas of 255 messages (Fix by Michael Burton)
  30.            Fixed Area Scroll Button (Fix by Michael Burton)
  31.  
  32.  
  33.  
  34.  
  35.  
  36.            COUNTERPoint 2.0.1  SEPT 17 1992
  37.  
  38.               The following is a maintenance release CP 2.0.1.
  39.  
  40.    9-17-92 Fixed a NULL TERMINATION problem when using GExport method.
  41.            Note:  Let CP create the .pkts for you.  It is much faster
  42.            and more reliable.
  43.  
  44.            SCOTT This should solve your problem.
  45.  
  46.  
  47.    9-15-92 Updated Sort Code... (MB)
  48.            Sorts are also, much faster...
  49.               Note:  ALL RE:'s are stripped during a subject sort
  50.  
  51.               Updated Internal Memory Management.  You now have an 
  52.            additional 64k of application memory available.
  53.                     
  54.  
  55.     9-14-92 Fixed Normal Print Driver Text Dump (ML)
  56.  
  57.             Added modified code provided by Michael Burton.  
  58.            RE: Remove Routine... Sort by subject, by Date
  59.  
  60.            To cancel a Find, hold down the Command Key.  Option 
  61.            key prevented Find Next from working.  (ML)
  62.  
  63.            Added auto Text Highlight and autoScroll on FIND (MB)
  64.  
  65.    8-29-92 Added New Auto Window Open AND/OR Cleanup at Startup
  66.            With this version of CP you can have it automatically open
  67.            up to three windows at startup and even have an automatic
  68.            cleanup before you auto-import or open a window.  (this is
  69.            a late add so it saved in STR's.  You must use RESEDIT to
  70.            set and modify this feature as of 8-29-92.
  71.  
  72.            STR 808 - This is a value that instructs CP on which windows
  73.                      to automatically open and whether to do a cleanup
  74.                      first.
  75.      
  76.                      0 = Do nothing, IGNORE this feature
  77.  
  78.                      1 = Auto Open the Area Window
  79.                      2 = Auto Open Specific Area entered in STR 809
  80.                      4 = Auto Open the Subject Window for the area in 809
  81.                      8 = Perform an auto cleanup before auto-importing
  82.                          or opening any windows.
  83.  
  84.                      Add these numbers together to do multiple events.
  85.                      Example: 8 + 1 = 9  Cleanup and then Auto open 
  86.                                          the Area Window.
  87.  
  88.            STR 809 - This holds the name of the area to automatically
  89.                      open when CP first starts up.  +2 in 808 to open 
  90.                      this area.  If CP can not locate the area name
  91.                      it will not open the read or subject windows.
  92.           
  93.  
  94.    8-26-92 Fixed Auto-UUCP address on a Cancel.
  95.  
  96.    7-25-92 Fixed a problem with importing blank messages.  If the the
  97.            import Seenby and Include Kludge Lines Flag were turned off
  98.            and the seenby line was a magical 249 characters in length
  99.            the message would import as a blank.  Keep an eye on importing
  100.            to make sure I did not break something else. (RD)
  101.  
  102.    7-20-92 New CP Icon's and Pictures....  (color users)
  103.  
  104.   
  105.    7-17-92 Added function call to update area menu after an import. (SK)
  106.  
  107.  
  108.     7-3-92 This is the relase version.  Final cleanups included. (RH)
  109.  
  110.            Fixed a problem with dual monitor/subject window/double 
  111.            clicking. (RH)
  112.  
  113.    6-30-92 To/From was reversed on the new header popup list.  Fixed
  114.            Added a 110x10 pixel area in the lower right corner of the
  115.            read window.  Just above and to left of the scroll bars.
  116.            Click here and the to/from header will popup.  (SK)
  117.  
  118.    6-26-92 Added open Diamonds to area menus - If an open diamond is
  119.            present then the area has unread messages.  (SK)
  120.  
  121.            Added PopUp Menu to Read Window - Allows the user to reference
  122.            who the message is from/to/subject/created, without scrolling
  123.            back up the window. (SK)
  124.  
  125.    6-22-92 Added 2 STR's 806 and 807. (MS)
  126.            806 is used to control how many characters you want to compare
  127.            as unique when sorting.  the default has been bumped up to 25.
  128.               Subject can go up to 72 characters (internet messages), Fido I
  129.            believe is 36?  Note: subject sorts - CP takes the s_Len value
  130.            and will subtract 6 from it.  These six are used to append the 
  131.            creation date (accoring to the msg date supplied from the .pkt)
  132.            to the end of the string in the attempt to apply a kind'a
  133.            sub-sort since I don't have BTree or ISAM indexes built into
  134.            the header file.  Ex:  xxxxxxxxxxxxxx920622.  The larger the
  135.            the s_Len value the more memory will be required.  If there 
  136.            is not enough memory to perform the sort CP will tell you.
  137.            If you have lots of memory then bump up CP's application size
  138.            & set this value high 36.  If you have little memory or get 'Not
  139.            Enough Memory' messages from CP then drop this value down to 
  140.            around 12 or 18.
  141.  
  142.                    [36] _msg_toName
  143.                       [36] _msg_fromName
  144.                       [72] _msg_subject
  145.  
  146.            807 is used to instruct CP to sort using UPPER and LOWER case
  147.            or just UPPER CASE.  0 - upper and lower case will be used.
  148.                                 1 - upper case only will be used.
  149.  
  150.  
  151.  
  152.     5-20-92 UserEditor disabled buttons 3-9 in place of buttons 2-9 leave 
  153.            'Done' button active (BD)
  154.    5-25-92 Fixed Origin Lines file RECORD..... (TP)
  155.            The big 'CP Origin Lines' file must be 3k or bigger, if used.
  156.    5-30-92 Adjusted Modifier Keys during a Reply Button Click
  157.              If Command Key is down Quote header information is skipped,
  158.            initials only are used in the body of the text. (MS)
  159.            If Shift Key down then Skip header Dialog
  160.            If Option Key down then set Custom Quoting for reply.
  161.            You can use any combo of the modifier keys.
  162.     5-31-92 Removed RE: and RE> on subject sorts.... (MS)
  163.    6-05-92 Added _EchoALL (STR 804) that will cause all messages to be 
  164.            echoed locally back.  This must be set to NonZero with 
  165.            ResEdit. Some Boss systems will not echo back any mail from a 
  166.            point.  If you are one of these points and want to keep a
  167.            reciept of your general echo mail outgoing mail then enable 
  168.            this feature.  If just want to keep a record of your outgoing
  169.            E_Mail (NetMail) then see 'Echo From:' under the System Flags
  170.            dialog, under the Edit Menu. (ML)
  171.     6-13-92 Added Check to prevent Areas from being edited with an open
  172.            post window. (AF)
  173.     6-14-92 Added auto PKZip'ing for outbound QWK mail.  CP will automatically
  174.            create a .REP file that is PKZip'ed.  If you wish to create your 
  175.            own .REP file using .ARC or .LHZ or something else then you must
  176.            change STR 805 to a non-zero number.  If STR 805 is non-zero then
  177.            CP will leave outbound message in the raw .MSG file format. (MB)
  178.  
  179.            CP will export new mail to an .MSG storage file.  It will then 
  180.            look for an existing .REP file.  If this file is not found then
  181.            all messages in the .MSG storage file are PKZip'ed into an .REP
  182.            file and the .MSG file is deleted.  If an .REP already exists
  183.            will will no nothing, but will retain the .MSG file until a new
  184.            .REP file can be built.  SO REMEMBER after you upload the current
  185.            .REP be sure to delete it so CP can build a new one with pending
  186.            outbound messages (in the .MSG file).
  187.  
  188.  
  189.  
  190.     Notes:
  191.  
  192.         Quote Header ^N will not work if Include Seen-Bys and Paths are enabled
  193.       it will always show up blank.
  194.  
  195.       Option Key Post Button (Auto Addressee Add) will not work if Include
  196.       Seen-Bys and Paths are enabled.  It will also not work from E_Mail.
  197.       It's not that it will not work, but Node/Net.Point will show up as
  198.       0/0/0 and you will have to manaully change them.  CP uses the Origin
  199.       line as a reference, with the Seen-by and Paths the reference line is
  200.       longer the last line of the message.